home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 8 / FM Towns Free Software Collection 8.iso / t_os / artemis / artsrc2 / temp.asm < prev    next >
Assembly Source File  |  1994-06-01  |  83b  |  11 lines

  1.  
  2.     assume cs:cseg,ds:cseg
  3.  
  4. cseg segment
  5.     jmp    qad
  6. qad:
  7.     ret
  8. cseg ends
  9.  
  10. end
  11.